add encrypted fields doc & images#63
Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation for the EspoCRM “Encrypted Fields” extension, including usage guidance and screenshots, to help users configure and consume encrypted field values in EspoCRM.
Changes:
- Add new extension documentation page describing features, configuration, and developer usage for decrypting values.
- Add two screenshots referenced by the new documentation page.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/espocrm-extensions/encrypted-fields/index.md | New documentation page for the Encrypted Fields extension (overview, configuration, usage, developer snippet). |
| docs/_static/images/espocrm-extensions/encrypted-fields/encrypted-field.png | Screenshot used in the Encrypted Fields documentation. |
| docs/_static/images/espocrm-extensions/encrypted-fields/add-field.png | Screenshot used in the Encrypted Fields documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Encrypted Fields Extension | ||
|
|
||
| ## Overview |
There was a problem hiding this comment.
All other EspoCRM extension docs in this repo appear to start with YAML front-matter (e.g., icon, title, description) that the docs site likely uses for navigation/metadata. This page currently starts directly with a # header, so it may not render consistently or be missing metadata; consider adding the same front-matter block at the top (see e.g. docs/espocrm-extensions/mask-field/index.md lines 1-5).
No description provided.